* {
    margin: 0;
    padding: 0;
}

:root {

    --btnSize: 32px
}


.kindSwipe-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;

}

.kindSwipe-wrapper {
    width: 100%;
    height: 100%;
    display: flex;

}


.kindSwipe-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kindSwipe-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.kindSwipe-item p {
    position: absolute;
    bottom: 0;
    width: 0;
    z-index: 1;
    width: 100%;
    background: linear-gradient(to bottom, transparent, #000000cc);
    padding: 10px 10px 25px 10px;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
}

.kindSwipe-item {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    position: relative;
}

.kindSwipe-btn {
    width: var(--btnSize);
    height: var(--btnSize);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}

.kindSwipe-btn.btn-l {
    left: 10px;
}

.kindSwipe-btn.btn-r {
    right: 10px;
}


.kindSwipe-paging {
    position: absolute;
    z-index: 9;
    bottom: 10px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.kindSwipe-pagingRic {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin: 0 2px;
    background: #00000061;
    border: 1px solid #ffffff90;
    cursor: pointer;
    transition: all .5s;
}

.kindSwipe-pagingRic.active {
    background: #fff;
    width: 14px;
    border-radius: 4px;
}

.lR .kindSwipe-paging {
    position: absolute;
    z-index: 9;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 10px;
    width: auto;
}

.lR .kindSwipe-pagingRic {
    width: 10px;
    height: 14px;
    transform: skewX(-20deg);
    border-radius: 0;
    margin: 0 4px;
    background: #00000061;
    border: 1px solid #ffffff90;
    cursor: pointer;
    transition: all .5s;
}

.lR .kindSwipe-pagingRic.active {
    background: #fff;
    border-radius: 0;
}

.kindSwipe-itemtxt {
    position: absolute;
    bottom: 0;
    width: 0;
    z-index: 1;
    width: 100%;
    background: #00000084;
    color: #fff;
    text-align: left;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 15px;
}

.iconfont {
    font-family: 'simsun';
    font-weight: bold;
    font-size: 22px;
}

/* 列表 */

.kindList-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.banner_h {
    width: 1300px;
    margin-top: 20px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}